home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / foffhook.zip / FOFFHOOK.DOC < prev    next >
Text File  |  1993-03-13  |  3KB  |  71 lines

  1.  
  2.                                  FOFFHOOK
  3.                                  ++++++++
  4.  
  5.              a public domain SysOps' utility by Michael Conley.
  6.  
  7.                       Version 1.0,  compiled 3/13/93
  8.  
  9. WHAT IT DOES:
  10. -------------
  11.  
  12. FOFFHOOK is designed for use with the DigiBoard and an appropriate FOSSIL
  13. driver such as Scott Brynen's DIGIFOS.  FOFFHOOK places a modem  attached
  14. to any channel (1-8) OFF HOOK or ON HOOK depending on the command line 
  15. switches.  DTR is cycled before the command is sent, and is left HIGH 
  16. because some modems return to an ON-HOOK state if DTR is lowered.  
  17.  
  18. FOFFHOOK opens the DigiBoard port at the previously initialized baud rate
  19. and data parameters, to avoid disturbing existing settings, and it closes
  20. the port after execution.
  21.  
  22. RUNNING THE PROGRAM:
  23. --------------------
  24.  
  25. FOFFHOOK should be run from a BATCH file, which will include the commands
  26. to enable and disable the fossil driver.  There is a sample batch file
  27. enclosed with the program, named OH.BAT.  Here's a copy of the batch file:
  28.  
  29. @echo off
  30. df on %1
  31. foffhook %1 %2
  32. df off %1
  33.  
  34. The first switch (%1) is the port number (1-8).
  35.  
  36. FOFFHOOK will take the modem offhook (BUSY) unless you add a second command
  37. line switch -- the letter X -- in which case it will place the modem onhook 
  38. so that the phone line can receive calls.
  39.  
  40. The DF commands above are for use with DIGIFOS.  It, or a similar DigiBoard
  41. FOSSIL driver are required for use with FOFFHOOK.  DIGIFOS is shareware,
  42. it's written by Scott Brynen.  If you plan to use DOOR programs with the 
  43. IM version of Wildcat!, it's a valuable addition to your collection.
  44.  
  45. ------------------------------------------------------------------
  46. PROBLEMS, SUGGESTIONS:
  47.  
  48. This program is public domain.  I don't seek or accept any donations or 
  49. registration fees for any of my Wildcat! utility programs, including 
  50. TODAYBBS, FLOP, MSTAT, USTAT, and others ... however I invite you to
  51. read the short text file "SHARE" enclosed in this ZIPfile.  It suggests
  52. that you make a contribution to YOUR favorite charity if you find this
  53. program useful.
  54.  
  55. I welcome suggestions, and will try to help (no guarantees) if there are
  56. problems.
  57.  
  58. You may contact me at The Charlatan's Cabin BBS  (213) 654-7337.  Mention
  59. your Wildcat! registration number in the comment and you'll be upgraded to
  60. visiting sysop level without the usually required registration by mail.
  61.  
  62. You may also leave a message via CompuServe EMail. My CompuServe account 
  63. number is 70250,220.  I also regularly check the Mustang Software head-
  64. quarters BBS, especially the "3rd Party Utilities Help" conference.
  65.  
  66. Please, NO VOICE CALLS.  This isn't meant to be unfriendly, but with the 
  67. price of public domain software these days ... I just can't afford to be 
  68. "on call."  I WILL respond to your questions via my BBS or CompuServe,
  69. or via the Mustang Software registered SysOp BBS.
  70.  
  71.